home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Utilities / Workspace / PackageInspector0.95 / PackageInspector.bundle / English.lproj / Architectures.strings next >
Text File  |  1995-07-30  |  793b  |  24 lines

  1. /* Map architectures to user friendly strings
  2.  * The key should either be an architecture name, such as "m68k",
  3.  * an architecture number, like "12", if the name isn't known, or
  4.  * the string "Unknown CPU" as a catch-all.  The "Unknown CPU" value
  5.  * should include a %s to be replaced with the actual architecture's
  6.  * name or number.  Here are some examples:
  7.  *
  8.  * "i386" = "Intel Processors";
  9.  * "12" = "ARM";
  10.  * "Unknown CPU" = "CPU #%s";
  11.  *
  12.  * There is also an "old" string that is used to describe old
  13.  * packages where we don't know what kind of contents it has.
  14.  */
  15.  
  16. "-1" = "All computers";        /* To be removed when "any" goes into libc */
  17. "any" = "All computers";
  18. "m68k" = "NeXT";
  19. "i386" = "Intel";
  20. "hppa" = "HP-PA RISC";
  21.  
  22. /* Description for old pre-3.1 packages */
  23. "old" = "(Unknown)";
  24.